home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / bin / X11 / viola < prev    next >
Text File  |  1995-05-17  |  328b  |  13 lines

  1. :
  2. # viola - front-end shell script for the Motif Viola.
  3. #         This script sets the WWW_HOME environment variable
  4. #         and then executes the Motif Viola client.
  5. #
  6. #         Written 18 May 1995 by Ronald Joe Record (rr@sco.com)
  7. #
  8.  
  9. WWW_HOME=file:/usr/skunk/lib/X11/Mosaic/index.html
  10. export WWW_HOME
  11.  
  12. /usr/skunk/bin/X11/vw
  13.